Make CargoError inherit from Send
authorAlex Crichton <alex@alexcrichton.com>
Sat, 28 Jun 2014 23:55:02 +0000 (16:55 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 30 Jun 2014 23:00:33 +0000 (16:00 -0700)
commit1db53b83952ee070d9b951050eec9c3bfc08b769
tree5dda8c80ac60abb337243b0696a2b010ccab5fc8
parent3db6c2ffa49bcb328a33e44c9cc2c5ebe6ea4f70
Make CargoError inherit from Send

Due to a bug in the compiler, this also requires adding `+ Send` any time that
CargoError is mentioned. This change will allow errors to be sent across tasks.
src/cargo/core/package_id.rs
src/cargo/util/errors.rs
src/cargo/util/result.rs